home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / preseed / cli.seed next >
Encoding:
Text File  |  2009-03-03  |  369 b   |  7 lines

  1. # Only install the standard system and language packs.
  2. tasksel    tasksel/first    multiselect
  3. d-i    preseed/early_command    string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac
  4. d-i    pkgsel/language-pack-patterns    string
  5. # No language support packages.
  6. d-i    pkgsel/install-language-support    boolean false
  7.